projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7199e24
)
Update manpage with some missing cargo commands
author
hatsunearu
<hatsunearu@users.noreply.github.com>
Fri, 13 May 2016 22:37:01 +0000
(15:37 -0700)
committer
hatsunearu
<hatsunearu@users.noreply.github.com>
Fri, 13 May 2016 22:37:01 +0000
(15:37 -0700)
src/etc/cargo.1
patch
|
blob
|
history
diff --git
a/src/etc/cargo.1
b/src/etc/cargo.1
index a9a598bf06fd6e907217e6a3356a2c0f5d9ac266..23b1f331b366137dcf41763ceda9c637cceeb968 100644
(file)
--- a/
src/etc/cargo.1
+++ b/
src/etc/cargo.1
@@
-65,6
+65,9
@@
Run the benchmarks for the package
\fBcargo update\fR
Update dependencies in Cargo.lock
.TP
+\fBcargo rustc\fR
+Compile the current project, and optionally pass additional rustc parameters
+.TP
\fBcargo package\fR
Generate a source tarball for the current package
.TP
@@
-77,6
+80,9
@@
Remove a Rust binary
\fBcargo search\fR
Search registry for crates
.TP
+\fBcargo help\fR
+Display help for a cargo command
+.TP
\fBcargo version\fR
Print cargo's version and exit